| Filename | (eval 1042)[/usr/share/perl/5.10/CGI.pm:869] |
| Statements | Executed 5 statements in 23µs |
| Eval Invoked At | /usr/share/perl/5.10/CGI.pm line 869 |
| Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 30µs | 531µs | CGI::Vars |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | # spent 531µs (30+501) within CGI::Vars which was called:
# once (30µs+501µs) by main::RUNTIME at line 832 of CGI.pm | ||||
| 2 | 1 | 1µs | my $q = shift; | ||
| 3 | 1 | 300ns | my %in; | ||
| 4 | 1 | 14µs | 1 | 485µs | tie(%in,CGI,$q); # spent 485µs making 1 call to CGI::AUTOLOAD |
| 5 | 1 | 500ns | return %in if wantarray; | ||
| 6 | 1 | 7µs | return \%in; | ||
| 7 | } | ||||
| 8 | |||||
| 9 | ; |